home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Collection of Internet
/
Collection of Internet.iso
/
infosrvr
/
doc
/
www_talk.arc
/
000363_marca@wintermu….ncsa.uiuc.edu _Thu Nov 19 22:40:03 1992.msg
< prev
next >
Wrap
Internet Message Format
|
1992-11-30
|
2KB
Return-Path: <marca@wintermute.ncsa.uiuc.edu>
Received: from dxmint.cern.ch by nxoc01.cern.ch (NeXT-1.0 (From Sendmail 5.52)/NeXT-2.0)
id AA17603; Thu, 19 Nov 92 22:40:03 MET
Received: by dxmint.cern.ch (dxcern) (5.57/3.14)
id AA24645; Thu, 19 Nov 92 22:52:35 +0100
Received: from wintermute.ncsa.uiuc.edu by newton.ncsa.uiuc.edu with SMTP id AA25390
(5.65a/IDA-1.4.2 for www-talk@nxoc01.cern.ch); Thu, 19 Nov 92 15:51:57 -0600
Received: by wintermute.ncsa.uiuc.edu (920110.SGI/911001.SGI)
for @newton.ncsa.uiuc.edu:www-talk@nxoc01.cern.ch id AA11287; Thu, 19 Nov 92 15:53:01 -0800
Date: Thu, 19 Nov 92 15:53:01 -0800
From: marca@ncsa.uiuc.edu (Marc Andreessen)
Message-Id: <9211192353.AA11287@wintermute.ncsa.uiuc.edu>
To: Dan Connolly <connolly@pixel.convex.com>
Cc: marca@ncsa.uiuc.edu (Marc Andreessen), www-talk@nxoc01.cern.ch
Subject: Re: Freezing the HTML spec Re: Comments in HTML ?
In-Reply-To: <9211192136.AA09136@pixel.convex.com>
References: <9211192130.AA10669@wintermute.ncsa.uiuc.edu>
<9211192136.AA09136@pixel.convex.com>
Dan Connolly writes:
> 8. I'm browsing the annotated http://info.cern.ch/hypertext/WWW/MarkUp.html
> and I click on "Comments by connolly@convex.com". The browser contacts
> its NNTP server and grabs message-id.
But NNTP servers expire articles too quickly.
(Also, I just mutated metamail to handle x-html, like this:
in mailcap:
text/x-html; /usr/bin/X11/xterm -fn "*lucidatypewriter*medium*-14-*" -e /usr/local/bin/dowwwfile %s
in /usr/local/bin/dowwwfile:
#!/bin/sh
PATH=$PATH:/usr/local/bin
export PATH
cp $1 $1.html
WWW_HOME="file:$1.html"
export WWW_HOME
/usr/local/bin/www
It's a hack, but it's functional...)
Marc
--
Marc Andreessen
Software Development Group
National Center for Supercomputing Applications
marca@ncsa.uiuc.edu